home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 48
/
MOBICLIC 48.ISO
/
pc
/
DATA
/
COMMUNS
/
AIDE.DIR
/
00003_Script_3
< prev
next >
Wrap
Text File
|
2002-08-13
|
427b
|
24 lines
property numero, LaPiste, LeNom
on beginSprite me
numero = me.spriteNum
LaPiste = sprite(numero)
LeNom = LaPiste.member.name
end
-------
on MouseEnter
if the pauseState = 1 then exit
cursor 280
LaPiste.member = LeNom&"_Roll"
updateStage
end
-------
on mouseLeave
if the pauseState = 1 then exit
cursor -1
puppetSprite numero,false
end
on mouseUp me
sound close(3)
retourAide
end